type net/http.http2handlerPanicRST
6 uses
	net/http (current package)
		h2_bundle.go#L5055: 			case http2StreamError, http2handlerPanicRST, http2writeWindowUpdate:
		h2_bundle.go#L5144: 		case http2handlerPanicRST:
		h2_bundle.go#L6179: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L10372: type http2handlerPanicRST struct {
		h2_bundle.go#L10376: func (hp http2handlerPanicRST) writeFrame(ctx http2writeContext) error {
		h2_bundle.go#L10380: func (hp http2handlerPanicRST) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |